Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDocumentViewCommandAction<TDocumentView,TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class / GetContent Method


In This Topic
    GetContent Method (NDocumentViewCommandAction<TDocumentView,TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings>)
    In This Topic
    Gets the content of the document view of the specified target.
    Syntax
    'Declaration
     
    
    Protected Function GetContent( _
       ByVal target As NNode _
    ) As TDocContent
    protected TDocContent GetContent( 
       NNode target
    )

    Parameters

    target
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also